/* ==================== ABOUT SECTION HEADING ==================== */
.about-section-heading {
  text-align: center;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  color: var(--main-color, #00ffee);
  position: relative;
  margin-bottom: 25px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

.about-section-heading::after {
  content: "";
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: var(--main-color, #00ffee);
  border-radius: 2px;
}

.about-section {
  display: flex;
  flex-direction: row;
  width: 100%;
  min-height: 75vh;
  height: auto;
  padding-bottom: 40px;
  background: transparent;
}
.left-panel {
  width: 30%;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
}

@media (max-width: 992px) {
  .left-panel {
    width: 100%;
    min-height: 400px;
    padding: 20px 0;
  }
  
  .uet-card {
    max-width: 90vw;
    height: auto;
    min-height: 350px;
  }
}

/* --- RIGHT COLUMN (70%) : placeholder for your future content --- */

/* ---------- GLASS ID CARD (all classes prefixed with uet-) ---------- */
:root {
  --uet-cyan: #00e5ff;
  --uet-glass: rgba(0, 229, 255, 0.06);
  --uet-border: rgba(0, 229, 255, 0.4);
  --uet-ribbon: #006699;
  --uet-metal: linear-gradient(145deg, #aaa, #666);
}

.uet-card {
  position: relative;
  width: 280px;
  height: 400px;
  /* background: var(--uet-glass); */
  backdrop-filter: blur(20px) saturate(1.5);
  -webkit-backdrop-filter: blur(20px) saturate(1.5);
  border: 1px solid var(--uet-border);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  transform-style: preserve-3d;
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
  display: flex;
  flex-direction: column;
  padding: 20px;
  color: #fff;
  box-shadow:
    0 40px 100px rgba(0, 0, 0, 0.8),
    inset 0 0 20px rgba(0, 229, 255, 0.1);
  flex-shrink: 0; /* keep exact size */
}

.uet-ring {
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  background: var(--uet-metal);
  border-radius: 50%;
  border: 2px solid #444;
  box-shadow:
    0 0 15px rgba(0, 229, 255, 0.6),
    inset 0 2px 5px rgba(255, 255, 255, 0.5);
  z-index: 10;
  pointer-events: none;
}

.uet-strap {
  position: absolute;
  width: 10px;
  height: 135px;
  background: linear-gradient(to bottom, #88ccff, #004466);
  border-radius: 20px;
  bottom: 390px;
  left: 50%;
  transform-origin: bottom center;
  box-shadow:
    0 5px 15px rgba(0, 0, 0, 0.5),
    0 0 10px rgba(0, 229, 255, 0.3);
  z-index: 5;
  pointer-events: none;
}

@media (max-width: 992px) {
  .uet-strap {
    height: 40px;
  }
}

.uet-strap.left {
  transform: translateX(-50%) rotate(-28deg);
}

.uet-strap.right {
  transform: translateX(-50%) rotate(28deg);
}

.uet-layer {
  transform: translateZ(50px);
  text-align: center;
}

.uet-uni-header {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.5px;
  color: var(--uet-cyan);
  text-transform: uppercase;
  margin-bottom: 20px;
  text-shadow: 0 0 10px rgba(0, 229, 255, 0.5);
}

.uet-photo-box {
  width: 120px;
  height: 120px;
  aspect-ratio: 1 / 1;
  margin: 0 auto 15px;
  border: 1px solid var(--uet-border);
  border-radius: 10px;
  overflow: hidden;
  transform: translateZ(70px);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.uet-photo-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  filter: contrast(1.1);
}

.uet-name {
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 19px;
  letter-spacing: 0.5px;
  margin-top: 10px;
}

.uet-role {
  font-family: "Courier New", Courier, monospace;
  color: var(--uet-cyan);
  font-weight: bold;
  font-size: 15px;
  margin: 5px 0;
}

.uet-degree {
  font-size: 10px;
  text-transform: uppercase;
  opacity: 0.6;
  letter-spacing: 2px;
}

.uet-footer {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  transform: translateZ(40px);
  padding: 10px 5px;
}

.uet-valid-box {
  text-align: left;
}

.uet-valid-label {
  font-size: 8px;
  color: var(--uet-cyan);
  font-weight: bold;
}

.uet-valid-year {
  font-size: 18px;
  font-weight: 800;
}

.uet-qr-code {
  width: 40px;
  height: 40px;
  background: transparent;
  padding: 3px;
  border-radius: 6px;
  box-shadow: 0 0 15px rgba(0, 229, 255, 0.4);
}

.uet-glare {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle at var(--x) var(--y),
    rgba(255, 255, 255, 0.12) 0%,
    transparent 60%
  );
  border-radius: 15px;
  pointer-events: none;
}

/* ==================== RIGHT PANEL BASE ==================== */
.right-panel {
  width: 70%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 50px;
  gap: 20px;
  background: transparent;
}

@media (max-width: 992px) {
  .about-section {
    flex-direction: column;
  }
  
  .right-panel {
    width: 100%;
    padding: 20px;
    gap: 15px;
  }
}

/* ==================== DESCRIPTION TEXT ==================== */
.description-text {
  margin: 0;
  margin-top: 20px;
  font-size: 1.1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  width: 90%;
  max-width: 900px;
  letter-spacing: 0.3px;
  padding: 20px 24px;
  background: rgba(0, 229, 255, 0.04);
  border-left: 3px solid var(--uet-cyan);
  border-radius: 0 12px 12px 0;
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.2),
    inset 0 0 30px rgba(0, 229, 255, 0.03);
}

.highlight {
  color: var(--uet-cyan);
  font-weight: 700;
  text-shadow: 0 0 15px rgba(0, 229, 255, 0.4);
  transition: text-shadow 0.3s ease;
}

.highlight:hover {
  text-shadow: 0 0 25px rgba(0, 229, 255, 0.7);
}

/* ==================== ROW (label + content) ==================== */
.stack-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 14px 18px;
  background: rgba(0, 229, 255, 0.03);
  border: 1px solid rgba(0, 229, 255, 0.1);
  border-radius: 12px;
  transition: all 0.3s ease;
  width: 90%;
  max-width: 900px;
}

@media (max-width: 992px) {
  .stack-row {
    flex-direction: column;
    width: 100%;
    max-width: none;
    gap: 12px;
  }
}

.stack-row:hover {
  background: rgba(0, 229, 255, 0.06);
  border-color: rgba(0, 229, 255, 0.2);
  transform: translateX(4px);
}

.stack-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: rgba(255, 255, 255, 0.5);
  min-width: 90px;
  padding-top: 5px;
  font-weight: 600;
}

.stack-label.active-focus {
  color: var(--uet-cyan);
  text-shadow: 0 0 10px rgba(0, 229, 255, 0.4);
}

/* ==================== PILL CONTAINERS ==================== */
.pill-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1;
}

/* Regular pills (glass style) */
.skill-pill {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.75);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 500;
  white-space: nowrap;
  transition: all 0.25s ease;
}

.skill-pill:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}

/* Active pills (cyan glow) */
.skill-pill-active {
  background: rgba(0, 229, 255, 0.1);
  border: 1px solid rgba(0, 229, 255, 0.4);
  color: var(--uet-cyan);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 600;
  white-space: nowrap;
  transition: all 0.25s ease;
  box-shadow: 0 0 12px rgba(0, 229, 255, 0.15);
}

.skill-pill-active:hover {
  background: rgba(0, 229, 255, 0.18);
  border-color: rgba(0, 229, 255, 0.6);
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0, 229, 255, 0.25);
}

/* ==================== ICON GRID (polished) ==================== */
:root {
  --main-color: #00e5ff; /* your cyan */
  --text-color: #e0e0e0;
}

.centered-icons {
  display: flex;
  justify-content: center;
  gap: 0.8rem 1.2rem; /* responsive gap */
  margin: 0.5rem 0 0.5rem 0; /* reduced vertical margin to fit panel */
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .centered-icons {
    gap: 0.5rem 0.8rem;
  }
  
  .icon-item {
    width: 35px;
    height: 35px;
    font-size: 1.2rem;
  }
  
  .icon-item::after {
    font-size: 0.55rem;
    bottom: -18px;
  }
  
  .description-text {
    font-size: 1rem;
    padding: 15px 20px;
  }
  
  .stack-label {
    font-size: 0.65rem;
    min-width: 80px;
  }
}

.icon-item {
  width: 45px; /* slightly smaller for tighter fit */
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(0, 255, 238, 0.08);
  border: 1px solid rgba(0, 255, 238, 0.15);
  font-size: 1.6rem; /* adjusted for smaller container */
  color: var(--main-color);
  transition: all 0.3s ease;
  position: relative;
}

.icon-item:hover {
  background: rgba(0, 255, 238, 0.15);
  transform: translateY(-4px) scale(1.05); /* slightly reduced movement */
  border-color: rgba(0, 255, 238, 0.4);
  box-shadow: 0 10px 20px rgba(0, 255, 238, 0.2);
}

/* Individual icon colors (preserved) */
.icon-item:nth-child(1) {
  color: #00599c;
} /* C++ */
.icon-item:nth-child(2) {
  color: #3776ab;
} /* Python */
.icon-item:nth-child(3) {
  color: #239120;
} /* C# */
.icon-item:nth-child(4) {
  color: #e44d26;
} /* HTML */
.icon-item:nth-child(5) {
  color: #264de4;
} /* CSS */
.icon-item:nth-child(6) {
  color: #f7df1e;
} /* JS */
.icon-item:nth-child(7) {
  color: #61dafb;
} /* React */
.icon-item:nth-child(8) {
  color: #339933;
} /* Node */
.icon-item:nth-child(9) {
  color: #f05032;
} /* Git */
.icon-item:nth-child(10) {
  color: #336791;
} /* PostgreSQL */
.icon-item:nth-child(11) {
  color: #f80000;
} /* Oracle */
.icon-item:nth-child(12) {
  color: #10a37f;
} /* LLM Prompting */
.icon-item:nth-child(13) {
  color: #9b5cff;
} /* DSA */
.icon-item:nth-child(14) {
  color: #00c2ff;
} /* Networks */
.icon-item:nth-child(15) {
  color: #00ff9c;
} /* Software Eng */

/* Tooltip */
.icon-item::after {
  content: attr(title);
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.65rem; /* slightly smaller */
  color: var(--text-color);
  opacity: 0;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  font-weight: 500;
  pointer-events: none;
}

.icon-item:hover::after {
  opacity: 1;
}
